home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 562 b | 20 lines | [TEXT/KAHL] |
- //------------------------- © 1994-1995 by James G. Stout --------------------------
- // File : fatCDEF.h
- // Date : May 5,1995
- // Author : Jim Stout
- // Purpose : support file for PPC/FAT CDEFs. Mostly, this is to keep the mainline
- // : code a bit neater than it would be with all of these #ifdef's
- //----------------------------------------------------------------------------------
-
- #ifdef __powerc
- #ifdef SYMANTEC_C
- #include <stdlib.h>
- #endif
- #else
- #ifdef __MWERKS__
- #include <A4Stuff.h>
- #endif
- #ifdef THINK_C
- #include <SetUpA4.h>
- #endif
- #endif